Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(type-safe-api): automatically add header parameters to cors allowed headers #579

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

cogwirrel
Copy link
Member

Header parameters from your model are now automatically added to the Access-Control-Allow-Headers CORS header if CORS is enabled.

Fixes #578

…wed headers

Header parameters from your model are now automatically added to the Access-Control-Allow-Headers
CORS header if CORS is enabled.

Fixes #578
@cogwirrel cogwirrel force-pushed the feat/cors-header-params branch from 81a4a93 to abe46bc Compare September 20, 2023 03:02
@cogwirrel cogwirrel merged commit b0a50e5 into mainline Sep 20, 2023
3 checks passed
@cogwirrel cogwirrel deleted the feat/cors-header-params branch September 20, 2023 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] (type-safe-api) Automatically add header parameters to CORS headers
2 participants